/* ---------------------------------------------------------------------- */
/*	FONTES
/* ---------------------------------------------------------------------- */
@font-face {
	font-family: 'Conv_GILROY-BOLD';
	src: url('../fonts/GILROY-BOLD.eot');
	src: local('☺'),
		url('../fonts/GILROY-BOLD.woff') format('woff'),
		url('../fonts/GILROY-BOLD.ttf') format('truetype'),
		url('../fonts/GILROY-BOLD.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GILROY-LIGHT';
	src: url('../fonts/GILROY-LIGHT.eot');
	src: local('☺'),
		url('../fonts/GILROY-LIGHT.ttf') format('truetype'),
		url('../fonts/GILROY-LIGHT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GILROY-MEDIUM';
	src: url('../fonts/GILROY-MEDIUM.eot');
	src: local('☺'),
		url('../fonts/GILROY-MEDIUM.woff') format('woff'),
		url('../fonts/GILROY-MEDIUM.ttf') format('truetype'),
		url('../fonts/GILROY-MEDIUM.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------------------------------------- */
/*	GLOBAL
/* ---------------------------------------------------------------------- */
body {
	font-family: 'Conv_GILROY-MEDIUM';
	color: #555;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	font-weight: lighter;
}

img {
	border: none;
	max-width: 100%;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
}

.fontzero {
	font-size: 0em;
}

::-webkit-input-placeholder {
	color: #999 !important;
}

:-moz-placeholder {
	color: #999 !important;
}

:-ms-input-placeholder {
	color: #999 !important;
}

.bg-branco {
	background: #FFF;
}

.conteudo {
	padding-top: 30px !important;
	padding-bottom: 20px !important;
}

.padding-none {
	padding: 0;
}

.padding-left {
	padding-left: 0;
}

.padding-right {
	padding-right: 0;
}

f-left {
	float: left !important;
}

f-right {
	float: right !important;
}

f-none {
	float: none !important;
}

.controles {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	background: #1E1E1E;
	padding: 10px;
}

.controles a {
	color: #FFF !important;
}

.controles:hover {
	background: #1E1E1E;
}

.controles a:hover {
	text-decoration: none !important;
}

.controles.show {
	opacity: 1;
}

.toast {
	position: absolute;
	top: 5px;
	right: 15px;
}

.error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.interna {
	padding: 20px 0 !important;
}

.txt {
	padding: 20px 0;
	font-weight: bold;
}

/* 991 */
@media only screen and (min-width: 991px) {

	/* ---------------------------------------------------------------------- */
	/*	GLOBAL
    /* ---------------------------------------------------------------------- */
	.container {
		padding: 0;
		min-width: 100% !important;
		background: #FFF;
	}

	.titulo {
		color: #0C265E;
		font-size: 40px;
		font-family: 'Conv_GILROY-BOLD';
	}

	.titulo span {
		display: block;
		margin-left: 15px;
		background: #0C265E;
		width: 186px;
		height: 4px;
	}

	.titulo-secao {
		margin: 0 auto;
		padding-bottom: 10px;
		width: 1000px;
		text-align: center;
		color: #0C265E;
		font-size: 40px;
		background: #FFF;
	}

	.titulo-secao span {
		font-family: 'Conv_GILROY-BOLD';
	}

	.titulo-secao p {
		margin: 0 auto;
		width: 40%;
		border-bottom: 2px solid #EB3237 !important;
	}

	/* ---------------------------------------------------------------------- */
	/*	HEADER
    /* ---------------------------------------------------------------------- */
	header .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* ---------------------------------------------------------------------- */
	/*	MENU
    /* ---------------------------------------------------------------------- */
	.e {
		margin-right: 0 !important;
	}

	.menu {
		float: right;
		margin-top: 6px;
		font-size: 14px;
		text-align: center;
		font-family: 'Conv_GILROY-BOLD';
		font-size: 15px;
	}

	.menu .navbar {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		min-height: 0 !important;
	}

	.menu .navbar-collapse {
		margin: 0;
		padding: 0;
	}

	.menu .nav-link {
		padding-left: 10px !important;
		padding-right: 10px !important;
		color: #0C265E !important;
		border-bottom: 2px solid transparent !important;
	}

	.menu .ativo,
	.menu .nav-link:hover {
		background: #00ACEE;
		border-bottom: 2px solid #EB3237 !important;
	}

	.dropdown-menu {
		background: #0C275E;
	}

	.dropdown-menu .dropdown-item {
		color: #FFF;
		font-size: 15px;
		font-weight: lighter !important;
	}

	.dropdown-menu .dropdown-item:hover {
		background: #00ACEE;
	}

	/* ---------------------------------------------------------------------- */
	/*	CAROUSEL
    /* ---------------------------------------------------------------------- */

	.carousel .carousel-inner {
		padding-bottom: 50px;
	}

	.carousel .dt {
		position: absolute;
		top: 10px !important;
		left: 10px !important;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		font-family: 'Conv_GILROY-BOLD';
		width: 45%;
		font-size: 25px;
		text-align: left !important;
		color: #FFF;
	}

	.carousel-indicators {
		padding-top: 12px;
		padding-bottom: 12px;
		bottom: -20px;
		background: #FFF;
	}

	.carousel-indicators li {
		padding-top: 3px;
		padding-bottom: 3px;
		background: #0C275E;
		border-radius: 50%;
		opacity: 1 !important;
	}

	.carousel-indicators li.active {
		background: #EB3237;
	}

	/* ---------------------------------------------------------------------- */
	/*	HOME
    /* ---------------------------------------------------------------------- */

	.quem-somos {
		margin: 0 auto;
		padding: 30px;
		width: 1000px;
	}

	.quem-somos .cerca {
		padding: 20px 0;
		background: #EAEAEA;
	}

	.quem-somos h1 {
		margin: 10px;
		color: #00ADEF;
		font-family: 'Conv_GILROY-LIGHT';
		font-size: 50px;
		border-bottom: 2px solid #EB3237;
	}

	.quem-somos h1 span {
		font-family: 'Conv_GILROY-BOLD';
	}

	.quem-somos p {
		margin: 10px;
		color: #0C265E;
		font-size: 18px;
	}

	.quem-somos .ler-mais {
		float: right;
		display: inline-block;
		margin-bottom: 10px;
		padding: 5px;
		color: #FFF;
		background: #EB3237;
		border-radius: 5px;
	}

	.quem-somos img {
		margin: 10px;
		max-width: 100% !important;
	}

	.nossos-servicos .container {
		background: none;
	}

	.nossos-servicos .cerca {
		background: rgb(235, 50, 55);
		background: linear-gradient(90deg, rgba(235, 50, 55, 1) 0%, rgba(12, 39, 94, 1) 90%);
	}

	.nossos-servicos ul {
		margin: 0 auto !important;
		width: 1000px;
		margin-left: 50px;
		border-left: 20px solid #00ADEF !important;
		background: #0C265E;
	}

	.nossos-servicos li {
		padding: 30px;
		text-align: center;
	}

	.nossos-servicos li h2 {
		margin-top: 5px;
		color: #FFF;
		font-size: 25px;
	}

	.nossos-servicos li h2 span {
		font-family: 'Conv_GILROY-BOLD';
	}

	.fotos .titulo-secao {
		padding-top: 30px;
	}

	.fotos .container {
		padding-top: 20px;
		padding-left: 20px;
	}

	.fotos li {
		position: relative;
	}

	.fotos ul {
		margin: 0 auto !important;
		width: 1000px;
	}

	.fotos iframe {
		width: 100%;
		height: 390px;
	}

	.fotos img {
		margin-bottom: 20px;
	}

	.clientes ul {
		margin: 0 auto !important;
		width: 1000px;
	}

	.clientes .titulo-secao {
		padding-top: 20px;
		padding-bottom: 20px;
		background: none;
	}

	.clientes .container {
		background: none;
	}

	/* ---------------------------------------------------------------------- */
	/*	INTERNA
    /* ---------------------------------------------------------------------- */
	.interna .cerca {
		padding-top: 20px;
		width: 1000px !important;
		margin: 0 auto;
	}

	.interna {
		padding-top: 0px !important;
	}

	.interna.arcel .txt {
		text-align: justify;
	}

	.interna.arcel img {
		width: 100%;
		margin-bottom: 20px;
	}

	.interna.arcel .mapa iframe {
		width: 100%;
		height: 300px;
	}

	.interna.arcel .portfolio a {
		display: block;
		margin: 20px 0;
		padding: 10px;
		background: #0C265E;
		color: #FFF;
		font-family: 'Conv_GILROY-LIGHT';
	}

	.interna .d {
		padding: 20px 0;
	}

	.interna .lista-fotos {
		margin-top: 30px;
	}

	.midias .img {
		position: relative;
	}

	.image-container {
		padding: 130px;
		width: 90%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: 1px solid #FFF;
	}

	.interna .clientes li {
		margin: 20px 0;
	}

	.interna .noticias a {
		display: block;
		margin: 20px 0;
		padding: 10px;
		background: #0C265E;
		color: #FFF;
		font-family: 'Conv_GILROY-LIGHT';
	}

	.interna .noticias .img a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 200px;
		height: 200px;
		background-color: #0C265E;
		margin-bottom: 20px;
	}

	.interna .noticias .img a img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	/* ---------------------------------------------------------------------- */
	/*	FORM
    /* ---------------------------------------------------------------------- */
	.form {
		margin-top: 20px;
	}

	.form .btn {
		background: #DEDEDE;
	}

	/* ---------------------------------------------------------------------- */
	/*	FOOTER
    /* ---------------------------------------------------------------------- */
	.espaco {
		margin-top: 20px;
		padding: 30px;
	}

	footer {
		padding-top: 20px;
		background: #0C265E;
	}

	footer .row {
		margin: 0 auto !important;
		width: 1000px;
	}

	footer .container {
		background: none;
	}

	footer .l img {
		max-width: 100%;
	}

	footer .r {
		margin-top: 20px;
		text-align: center;
	}

	footer .r h2 {
		color: #FFF;
		font-size: 20px;
	}

	footer .r h3 {
		margin: 20px;
		color: #FFF;
		font-size: 20px;
	}

	footer .vermelho {
		margin: 0 auto;
		margin-top: 20px;
		width: 60%;
		height: 8px;
		background: #EB3237;
	}

	footer .azul {
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
		width: 30%;
		height: 1px;
		background: #00ADEF;
	}

	footer .direitos {
		text-align: center;
		color: #FFF;
		font-size: 15px;
		font-family: 'Conv_GILROY-LIGHT';
		padding-bottom: 20px;
	}

	footer .agencia {
		padding: 20px 0;
	}

	.bt-whatsapp {
		position: fixed;
		width: 60px;
		height: 60px;
		bottom: 20px;
		left: 20px;
		background-color: #25d366;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}

	.modalPolitica,
	.modalPolitica:hover {
		color: #FFF;
	}

}

/* 580 ~ 990 PX */
@media (min-width: 580px) and (max-width: 990px) {

	/* ---------------------------------------------------------------------- */
	/*	GLOBAL
    /* ---------------------------------------------------------------------- */
	.container {
		background: #FFF;
	}

	.titulo {
		color: #0C265E;
		font-size: 40px;
		font-family: 'Conv_GILROY-BOLD';
	}

	.titulo span {
		display: block;
		margin-left: 15px;
		background: #0C265E;
		width: 186px;
		height: 4px;
	}

	.bt-whatsapp {
		position: fixed;
		width: 60px;
		height: 60px;
		bottom: 40px;
		right: 40px;
		background-color: #25d366;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}

	.titulo-secao {
		margin: 0 auto;
		padding-bottom: 10px;
		width: 1000px;
		text-align: center;
		color: #0C265E;
		font-size: 40px;
		background: #FFF;
	}

	.titulo-secao span {
		font-family: 'Conv_GILROY-BOLD';
	}

	.titulo-secao p {
		margin: 0 auto;
		width: 40%;
		border-bottom: 2px solid #EB3237 !important;
	}

	/* ---------------------------------------------------------------------- */
	/*	LOGO
    /* ---------------------------------------------------------------------- */
	.logo {
		padding: 8px 0;
		text-align: center;
	}

	/* ---------------------------------------------------------------------- */
	/*	MENU
    /* ---------------------------------------------------------------------- */
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
	}

	.mm {
		padding: 0;
	}

	.menu {
		font-size: 16px;
		background: #00489C;
		text-align: center;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.menu .navbar {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		min-height: 0 !important;
	}

	.menu .navbar-collapse {
		margin: 0;
		padding: 0;
	}

	.menu .dropdown:hover .dropdown-menu {
		display: block;
		margin: 0;
		padding: 5px;
		background: #FFF;
		font-size: 12px !important;
		border-radius: 0;
	}

	.menu .dropdown:hover>.dropdown-menu {
		padding: 0;
	}

	.menu .dropdown:hover .dropdown-menu a {
		text-transform: uppercase;
		font-size: 14px;
		color: #000 !important;
		text-align: center !important;
	}

	.menu li {
		border: none;
	}

	.menu .nav-link {
		margin: 10px 0;
		padding: 0 1rem !important;
	}

	.menu .nav-link {
		color: #FFF !important;
	}

	/* ---------------------------------------------------------------------- */
	/*	CAROUSEL
    /* ---------------------------------------------------------------------- */

	.carousel .carousel-inner {
		padding-bottom: 50px;
	}

	.carousel .dt {
		position: absolute;
		top: 10px !important;
		left: 10px !important;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		font-family: 'Conv_GILROY-BOLD';
		width: 60%;
		font-size: 25px;
		text-align: left !important;
		color: #FFF;
	}

	.carousel-indicators {
		padding-top: 12px;
		padding-bottom: 12px;
		max-width: 750px;
		bottom: -20px;
		background: #FFF;
		;
	}

	.carousel-indicators li {
		padding-top: 3px;
		padding-bottom: 3px;
		background: #0C275E;
		border-radius: 50%;
		opacity: 1 !important;
	}

	.carousel-indicators li.active {
		background: #EB3237;
	}

	/* ---------------------------------------------------------------------- */
	/*	HOME
    /* ---------------------------------------------------------------------- */

	.quem-somos {
		padding: 30px;
	}

	.quem-somos .cerca {
		background: #EAEAEA;
	}

	.quem-somos h1 {
		margin: 10px;
		color: #00ADEF;
		font-family: 'Conv_GILROY-LIGHT';
		font-size: 30px;
		border-bottom: 2px solid #EB3237;
	}

	.quem-somos h1 span {
		font-family: 'Conv_GILROY-BOLD';
	}

	.quem-somos p {
		margin: 10px;
		color: #0C265E;
		font-size: 15px;
	}

	.quem-somos .ler-mais {
		float: right;
		display: inline-block;
		margin-bottom: 10px;
		padding: 5px;
		color: #FFF;
		background: #EB3237;
		border-radius: 5px;
	}

	.quem-somos img {
		margin: 10px;
		max-width: 100% !important;
	}

	.nossos-servicos .container {
		background: none;
	}

	.nossos-servicos .cerca {
		background: rgb(235, 50, 55);
		background: linear-gradient(90deg, rgba(235, 50, 55, 1) 0%, rgba(12, 39, 94, 1) 90%);
	}

	.nossos-servicos ul {
		margin-left: 50px;
		border-left: 20px solid #00ADEF !important;
		background: #0C265E;
	}

	.nossos-servicos li {
		padding: 30px;
		text-align: center;
	}

	.nossos-servicos li h2 {
		margin-top: 5px;
		color: #FFF;
		font-size: 25px;
	}

	.nossos-servicos li h2 span {
		font-family: 'Conv_GILROY-BOLD';
	}

	.fotos .titulo-secao {
		padding-top: 30px;
	}

	.fotos .container {
		padding-top: 20px;
		padding-left: 20px;
	}

	.fotos li {
		position: relative;
	}

	.fotos iframe {
		width: 100%;
		height: 390px;
	}

	.fotos img {
		margin-bottom: 20px;
	}

	.clientes .titulo-secao {
		padding-top: 20px;
		padding-bottom: 20px;
		background: none;
	}

	.clientes .container {
		background: none;
	}

	/* ---------------------------------------------------------------------- */
	/*	INTERNA
    /* ---------------------------------------------------------------------- */
	.interna {
		padding-top: 0px !important;
	}

	.interna.arcel img {
		width: 100%;
		margin-bottom: 20px;
	}

	.interna.arcel .mapa iframe {
		width: 100%;
		height: 300px;
	}

	.interna.arcel .portfolio a {
		display: block;
		margin: 20px 0;
		padding: 10px;
		background: #0C265E;
		color: #FFF;
		font-family: 'Conv_GILROY-LIGHT';
	}

	.interna .d {
		padding: 20px 0;
	}

	.interna .lista-fotos {
		margin-top: 30px;
	}

	.interna .lista-fotos a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 200px;
		height: 200px;
		background-color: #0C265E;
		margin-bottom: 20px;
	}

	.interna .lista-fotos a img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.interna .clientes li {
		margin: 20px 0;
	}

	.interna .noticias a {
		display: block;
		margin: 20px 0;
		padding: 10px;
		background: #0C265E;
		color: #FFF;
		font-family: 'Conv_GILROY-LIGHT';
	}

	.interna .noticias .img a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 200px;
		height: 200px;
		background-color: #0C265E;
		margin-bottom: 20px;
	}

	.interna .noticias .img a img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	/* ---------------------------------------------------------------------- */
	/*	FORM
    /* ---------------------------------------------------------------------- */
	.form {
		margin-top: 20px;
	}

	.form .btn {
		background: #DEDEDE;
	}

	.iframe-video {
		width: 100%;
		height: 450px;
	}

	/* ---------------------------------------------------------------------- */
	/*	FOOTER
    /* ---------------------------------------------------------------------- */
	.espaco {
		margin-top: 20px;
		padding: 30px;
	}

	footer {
		padding-top: 20px;
		background: #0C265E;
	}

	footer .container {
		background: none;
	}

	footer .l img {
		max-width: 100%;
	}

	footer .r {
		margin-top: 20px;
		text-align: center;
	}

	footer .r h2 {
		color: #FFF;
		font-size: 20px;
	}

	footer .r h3 {
		margin: 20px;
		color: #FFF;
		font-size: 20px;
	}

	footer .vermelho {
		margin: 0 auto;
		margin-top: 20px;
		width: 60%;
		height: 8px;
		background: #EB3237;
	}

	footer .azul {
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 50px;
		width: 30%;
		height: 1px;
		background: #00ADEF;
	}

	footer .direitos {
		text-align: center;
		color: #FFF;
		font-size: 15px;
		font-family: 'Conv_GILROY-LIGHT';
		padding-bottom: 20px;
	}

	footer .agencia {
		padding: 20px;
	}

	.bt-whatsapp {
		position: fixed;
		width: 60px;
		height: 60px;
		bottom: 20px;
		left: 20px;
		background-color: #25d366;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}

	.modalPolitica,
	.modalPolitica:hover {
		color: #FFF;
	}
}

/* 579 PX */
@media only screen and (max-width: 579px) {

	/* ---------------------------------------------------------------------- */
	/*	GLOBAL
    /* ---------------------------------------------------------------------- */
	.container {
		background: #FFF;
	}

	.titulo {
		color: #0C265E;
		font-size: 40px;
		font-family: 'Conv_GILROY-BOLD';
	}

	.titulo span {
		display: block;
		margin-left: 15px;
		background: #0C265E;
		width: 186px;
		height: 4px;
	}

	.titulo-secao {
		margin: 0 auto;
		padding-bottom: 10px;
		text-align: center;
		color: #0C265E;
		font-size: 40px;
		background: #FFF;
	}

	.titulo-secao span {
		font-family: 'Conv_GILROY-BOLD';
	}

	.titulo-secao p {
		margin: 0 auto;
		width: 40%;
		border-bottom: 2px solid #EB3237 !important;
	}

	/* ---------------------------------------------------------------------- */
	/*	LOGO
    /* ---------------------------------------------------------------------- */
	.logo {
		padding: 8px 0;
		text-align: center;
	}

	/* ---------------------------------------------------------------------- */
	/*	MENU
    /* ---------------------------------------------------------------------- */
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
	}

	.menu {
		font-size: 16px;
		background: #00489C;
		text-align: center;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.menu .navbar {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		min-height: 0 !important;
	}

	.menu .navbar-collapse {
		margin: 0;
		padding: 0;
	}

	.menu .dropdown:hover .dropdown-menu {
		display: block;
		margin: 0;
		padding: 5px;
		background: #FFF;
		font-size: 12px !important;
		border-radius: 0;
	}

	.menu .dropdown:hover>.dropdown-menu {
		padding: 0;
	}

	.menu .dropdown:hover .dropdown-menu a {
		text-transform: uppercase;
		font-size: 14px;
		color: #000 !important;
		text-align: center !important;
	}

	.menu li {
		border: none;
	}

	.menu .nav-link {
		margin: 10px 0;
		padding: 0 1rem !important;
	}

	.menu .nav-link {
		color: #FFF !important;
	}

	/* ---------------------------------------------------------------------- */
	/*	CAROUSEL
    /* ---------------------------------------------------------------------- */

	.carousel .carousel-inner {
		padding-bottom: 50px;
	}

	.carousel .dt {
		display: none;
	}

	.carousel-indicators {
		padding-top: 12px;
		padding-bottom: 12px;
		max-width: 750px;
		bottom: -20px;
		background: #FFF;
		;
	}

	.carousel-indicators li {
		padding-top: 3px;
		padding-bottom: 3px;
		background: #0C275E;
		border-radius: 50%;
		opacity: 1 !important;
	}

	.carousel-indicators li.active {
		background: #EB3237;
	}

	/* ---------------------------------------------------------------------- */
	/*	HOME
    /* ---------------------------------------------------------------------- */

	.quem-somos {
		padding: 30px;
	}

	.quem-somos .cerca {
		background: #EAEAEA;
	}

	.quem-somos h1 {
		margin: 10px;
		color: #00ADEF;
		font-family: 'Conv_GILROY-LIGHT';
		font-size: 30px;
		border-bottom: 2px solid #EB3237;
	}

	.quem-somos h1 span {
		font-family: 'Conv_GILROY-BOLD';
	}

	.quem-somos p {
		margin: 10px;
		color: #0C265E;
		font-size: 15px;
	}

	.quem-somos .ler-mais {
		float: right;
		display: inline-block;
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 5px;
		color: #FFF;
		background: #EB3237;
		border-radius: 5px;
	}

	.quem-somos img {
		margin: 10px;
		max-width: 93% !important;
	}

	.nossos-servicos .container {
		background: none;
	}

	.nossos-servicos .cerca {
		background: rgb(235, 50, 55);
		background: linear-gradient(90deg, rgba(235, 50, 55, 1) 0%, rgba(12, 39, 94, 1) 90%);
	}

	.nossos-servicos ul {
		margin-left: 50px;
		border-left: 20px solid #00ADEF !important;
		background: #0C265E;
	}

	.nossos-servicos li {
		padding: 30px;
		text-align: center;
	}

	.nossos-servicos li h2 {
		margin-top: 5px;
		color: #FFF;
		font-size: 25px;
	}

	.nossos-servicos li h2 span {
		font-family: 'Conv_GILROY-BOLD';
	}

	.fotos .titulo-secao {
		padding-top: 30px;
	}

	.fotos .container {
		padding-top: 20px;
		padding-left: 20px;
	}

	.fotos li {
		position: relative;
	}

	.fotos iframe {
		width: 100%;
		height: 390px;
	}

	.fotos img {
		margin-bottom: 20px;
		width: 100%;
	}

	.clientes .titulo-secao {
		padding-top: 20px;
		padding-bottom: 20px;
		background: none;
	}

	.clientes .container {
		background: none;
		text-align: center;
	}

	/* ---------------------------------------------------------------------- */
	/*	INTERNA
    /* ---------------------------------------------------------------------- */
	.interna {
		padding: 0px 15px !important;
	}

	.interna.arcel img {
		width: 100%;
		margin-bottom: 20px;
	}

	.interna.arcel .mapa iframe {
		width: 100%;
		height: 300px;
	}

	.interna.arcel .portfolio a {
		display: block;
		margin: 20px 0;
		padding: 10px;
		background: #0C265E;
		color: #FFF;
		font-family: 'Conv_GILROY-LIGHT';
	}

	.interna .d {
		padding: 20px 0;
	}

	.interna .lista-fotos {
		margin-top: 30px;
	}

	.interna .lista-fotos a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 300px;
		height: 300px;
		background-color: #0C265E;
		margin-bottom: 20px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.interna .lista-fotos a img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.interna .clientes li {
		margin: 20px 0;
		text-align: center !important;
	}

	.interna .noticias a {
		display: block;
		margin: 20px 0;
		padding: 10px;
		background: #0C265E;
		color: #FFF;
		font-family: 'Conv_GILROY-LIGHT';
	}

	.interna .noticias .img a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 300px;
		height: 300px;
		background-color: #0C265E;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.interna .noticias .img a img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	/* ---------------------------------------------------------------------- */
	/*	FORM
    /* ---------------------------------------------------------------------- */
	.form {
		margin-top: 20px;
	}

	.form .btn {
		background: #DEDEDE;
	}

	.iframe-video {
		width: 100%;
		height: 450px;
	}

	/* ---------------------------------------------------------------------- */
	/*	FOOTER
    /* ---------------------------------------------------------------------- */
	.espaco {
		margin-top: 20px;
		padding: 30px;
	}

	footer {
		padding-top: 20px;
		padding-bottom: 80px;
		background: #0C265E;
		text-align: center;
	}

	footer .container {
		background: none;
	}

	footer .l img {
		max-width: 100%;
	}

	footer .r {
		margin-top: 20px;
		text-align: center;
	}

	footer .r h2 {
		color: #FFF;
		font-size: 20px;
	}

	footer .r h3 {
		margin: 20px;
		color: #FFF;
		font-size: 20px;
	}

	footer .vermelho {
		margin: 0 auto;
		margin-top: 50px;
		width: 60%;
		height: 8px;
		background: #EB3237;
	}

	footer .azul {
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 50px;
		width: 30%;
		height: 1px;
		background: #00ADEF;
	}

	footer .direitos {
		text-align: center;
		color: #FFF;
		font-size: 15px;
		font-family: 'Conv_GILROY-LIGHT';
		padding-bottom: 20px;
	}

	footer .agencia {
		padding: 20px;
	}

	.bt-whatsapp {
		position: fixed;
		width: 60px;
		height: 60px;
		bottom: 20px;
		left: 20px;
		background-color: #25d366;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}

	.modalPolitica,
	.modalPolitica:hover {
		color: #FFF;
	}

}

/* Modal container */
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

/* Modal box */
.modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 20px;
	border-radius: 8px;
	max-width: 500px;
	width: 90%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	position: relative;
	animation: fadeIn 0.3s ease;
}

/* Close button */
.close {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 24px;
	cursor: pointer;
}

/* Fade-in animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}